net.ipv6ZoneCache.index (method)
4 uses
net (current package)
cgo_unix.go#L291: return cgoSockaddrInet6(ip6, zoneCache.index(zone)), _C_socklen_t(syscall.SizeofSockaddrInet6)
interface.go#L241: func (zc *ipv6ZoneCache) index(name string) int {
ipsock_posix.go#L178: sa := syscall.SockaddrInet6{Port: port, ZoneId: uint32(zoneCache.index(zone))}
ipsock_posix.go#L229: ZoneId: uint32(zoneCache.index(addr.Zone())),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |